when i hosting my asp.net site on server and open the any .aspx page i found An application error occurred on the server
Application Error On server
Collapse
X
-
Originally posted by jiten2007when i hosting my asp.net site on server and open the any .aspx page i found An application error occurred on the server
When you build the application, the dlls are created in your bin folder.
Just copy those new dlls in your Web folder (bin) where u are hosting the application.At the same time copy all your .aspx and .cs files to the same Web folder.
Now your application will run.
opelit -
Originally posted by opelitHi!
When you build the application, the dlls are created in your bin folder.
Just copy those new dlls in your Web folder (bin) where u are hosting the application.At the same time copy all your .aspx and .cs files to the same Web folder.
Now your application will run.
opelit
The folder in which you are hosting your application shoulde be the Web Folder only. Give rights as "Read,Browse,Ro ot,Web folder" to it.
(milind.khire@o pelitservices.c om)
opelitComment
Comment