when i am trying to reply it shows runtime error as:
Server Error in '/' Application.
Runtime Error
Description:
An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local
server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors>
tag should then have its "mode" attribute set to "Off".
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
1. Get a Static IP address from your Internet Service Provider.
2. Point the domain name to the IP address.
3. Install Microsoft .NET Framework 3.5 - Supported Operating Systems: Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP
I noticed these kind of temporary glitches myself too. Simply wait for a couple of minutes, ctrl + F5 the page and it appears. Btw, the page itself is now visible so simply retry.
Grz, Kris.
Read my blog | Twitter Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
I've seen this error occur just a few times and it always seems to be with an excessivly long thread subject. For the post you referenced, the OP had pasted their entire post content into the subject. So my minor adjustment was to rework the subject to
something just a bit shorter.
Rajneesh Ver...
All-Star
36791 Points
6749 Posts
On reply shows error
Jun 30, 2011 08:54 AM|LINK
Hi,
In below post only
http://forums.asp.net/t/1695333.aspx/1?I+have+window+server+2003+iis+6+0+I+have+hosted+my+site+in+iis+Now+i+want+that+my+site+should+be+accessible+to+all+via+internet+I+have+purchased+a+static+domain+name+What+are+the+further+steps+required+so+that+my+site+is+accessible+to+all+via+internet+
when i am trying to reply it shows runtime error as:
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.
Rajneesh Ver...
All-Star
36791 Points
6749 Posts
Re: On reply shows error
Jun 30, 2011 08:56 AM|LINK
Hi, Moderators if can then put my reply there as:
Then you need to get following things:
1. Get a Static IP address from your Internet Service Provider.
2. Point the domain name to the IP address.
3. Install Microsoft .NET Framework 3.5 - Supported Operating Systems: Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP
also see:
http://idealprogrammer.com/programming-concepts/internet/host-website-free-home-computer-iis/
http://www.emergingtechs.com/posts/how-to-host-a-web-site-from-your-computer/
http://forums.asp.net/t/1183095.aspx
www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: On reply shows error
Jun 30, 2011 11:25 AM|LINK
Hi,
I noticed these kind of temporary glitches myself too. Simply wait for a couple of minutes, ctrl + F5 the page and it appears. Btw, the page itself is now visible so simply retry.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
Rajneesh Ver...
All-Star
36791 Points
6749 Posts
Re: On reply shows error
Jun 30, 2011 12:31 PM|LINK
Hi, Kris
Have you tried to reply this thread? Just reply to thread and then tell as I tried many times but still same result.
www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.
mbanavige
All-Star
134944 Points
15413 Posts
ASPInsiders
Moderator
MVP
Re: On reply shows error
Jun 30, 2011 12:39 PM|LINK
I've made a small adjustment to that thread. Please try replying to it again.
Rajneesh Ver...
All-Star
36791 Points
6749 Posts
Re: On reply shows error
Jun 30, 2011 12:56 PM|LINK
Thanks Mike
now its working
But what was the issue behind this? can you share!!!!!
www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.
mbanavige
All-Star
134944 Points
15413 Posts
ASPInsiders
Moderator
MVP
Re: On reply shows error
Jun 30, 2011 01:12 PM|LINK
I've seen this error occur just a few times and it always seems to be with an excessivly long thread subject. For the post you referenced, the OP had pasted their entire post content into the subject. So my minor adjustment was to rework the subject to something just a bit shorter.
Rajneesh Ver...
All-Star
36791 Points
6749 Posts
Re: On reply shows error
Jun 30, 2011 01:41 PM|LINK
Thanks I got answer,
Then why not they(Development team ASP.NET) fix the maximum length for subject so that we will not face any problem in future.
www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.