Dear Friends, I made a very simple project on web server and I'm trying to run it, but all the time I 'm getting the error that says edit web config to see the details about the error . I did it and some other change which included connection string ,too. But
still I recieve that error I mentioned. I would appriciate if some one help me
Thanks for response. But unfortunatly I still have the problem I just wanna see the error but all the time and in front of different errors which I had generated I just met just the error page (Editing the web config.). Could you tell me how I could see the
details about the error and change this repeated page? Thanks in advance to get the time.
Hi, I have explained that in the article. If you set the customerrors mode to off and still see the same error, then the problem is with the web.config file. make sure the web.config file is well formed. Try copy pasting it into a notepad and save it as an
xml file and then try to browse it if the tags are well formed, then the xml will be rendered in the browser. Otherwise the error line will be displayed in the browser. Kindly note that web.config is case sensitive and even spaces can cause errors. Thanks.
Dear Mr. Ranganh I did watch the article you mentioned and then I copied it into Notepad as a XML file. It was Ok. There was no problem in the file. I wonder if there are any other solution for this. Could be the problem with the web server? Or Connection speed.
I use dial up connection. I realy appriciate for your consideration. Regard AZBEHZAD
Hi, Try running the following command from the command prompt %windir%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i Also, make sure you have all the appsettings you access in the application code available in the web.config. You mentioned you had
changed the connection string. Did you change the name of the variable you used to store the connection string? Write back if the problem still persists. Thanks.
Hi, Do you mean I run the command on the web server, there is no access to web server to run prompt command. and locally I don't have problem on my computer at all And I didn't change the name of any variable in it. they are all key word.
None
0 Points
6 Posts
Error running web app on server
Jan 03, 2005 07:50 AM|azbehzad|LINK
Member
182 Points
2336 Posts
Microsoft
Re: Error running web app on server
Jan 04, 2005 06:27 AM|ranganh|LINK
Harish
http://geekswithblogs.net/ranganh
None
0 Points
6 Posts
Re: Error running web app on server
Jan 04, 2005 07:38 AM|azbehzad|LINK
Member
182 Points
2336 Posts
Microsoft
Re: Error running web app on server
Jan 04, 2005 08:45 AM|ranganh|LINK
Harish
http://geekswithblogs.net/ranganh
None
0 Points
6 Posts
Re: Error running web app on server
Jan 05, 2005 02:45 AM|azbehzad|LINK
Member
182 Points
2336 Posts
Microsoft
Re: Error running web app on server
Jan 05, 2005 03:52 AM|ranganh|LINK
Harish
http://geekswithblogs.net/ranganh
None
0 Points
6 Posts
Re: Error running web app on server
Jan 05, 2005 05:53 AM|azbehzad|LINK