RunTime Error , Server Error in Application PROBLEM
-
I published my website , but when i want to login to website it send me an error with this title : "Server Error in '/' Application." <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> I dont undersetand what should i do ! Any Idea?
[]D @ []v[] []D @ []v[]
-
I published my website , but when i want to login to website it send me an error with this title : "Server Error in '/' Application." <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> I dont undersetand what should i do ! Any Idea?
[]D @ []v[] []D @ []v[]
How did you deployed it on IIS ? Did you create virtual directory ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
I published my website , but when i want to login to website it send me an error with this title : "Server Error in '/' Application." <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> I dont undersetand what should i do ! Any Idea?
[]D @ []v[] []D @ []v[]
Your website is not properly configured. Check if web.config exists in the web site. It also occurs when request cant be processed.:thumbsup: Check thoroughly...everything.:rose:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
-
How did you deployed it on IIS ? Did you create virtual directory ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
I Use
Build
--->Publish Web Site
and in target location i use my website ftp address! so ?[]D @ []v[] []D @ []v[]
pampam110 wrote:
in target location i use my website ftp address!
Why FTP ? You should have to deploy on IIS. Read this article as reference, Deployment of a Website on IIS[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
pampam110 wrote:
in target location i use my website ftp address!
Why FTP ? You should have to deploy on IIS. Read this article as reference, Deployment of a Website on IIS[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
pampam110 wrote:
in target location i use my website ftp address!
Why FTP ? You should have to deploy on IIS. Read this article as reference, Deployment of a Website on IIS[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.