Server Application Unavailable

  • Thread starter Thread starter Goldenrate
  • Start date Start date
G

Goldenrate

Hi there,

I run DNN application on my local machine (development server). When I tried
to update one of the modules I got this message;

I'm running IIS7 with Vista Premium 64bit.

Thanks,
 
Hello Dave,

What do you mean about updating one of the modules? Do you modify codes in
the custom modules?

Someone encountered a similar problem because its SQL data base connection
does not get closed.Please have a read on the following thread to see if it
helps,
http://forums.asp.net/p/905945/1002952.aspx#1002952

Another scenario can cause "Server Application Unavailable" in DNN is using
Response.WriteFile to redirect a big file. It is a known issue and
described in Microsoft KB
http://support.microsoft.com/default.aspx?scid=kb;en-us;812406.

But DNN needs to fix this in their product, see the following discussion,
http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/18/th
readid/8710/scope/posts/Default.aspx

For the DNN application is an open source program which is not supported
from Microsoft. I recommend you also raise the question in,
http://www.dotnetnuke.com/Community/Forums/tabid/795/Default.aspx
People there may encounter the issue before and can give a quick helpful
note.


Best regards,
Colbert Zhou ([email protected], remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/default.aspx?target=assistance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
\
 
Hi,
Thanks for the prompt reply.

I just want to clarify that whatever the problem is I do not experience it
on my production server. I'm running Server 2008 with IIS7 on my production
server, and Vista Premium 64bit on my local machine (the one with the
problem). Thus I suspect it has something to do with the configuration of my
local machine.
Best,
David
 
Back
Top