Hello All,
I am fairly new to ASP.net , I have developed an ASP.net application using
C#, and have been testing it
using the built in debugger that comes with Visual Studio .net express 2005.
The execution speed is fine when I run it through the debugger, but when I
access the same scripts using my standard IIS server, the pages seem to
compile each time, and are very very slow, is there some specific deployment
that needs to be done for ASP.net application. In addition I get the windows
username in my application using windows authentication and
HttpContext.Current.User.Identity.Name in my code behind, it seems to work
great in the debugger, but when running on my IIS, I do not get the username
of the current logged in user trying to access the ASP.net application on
the intranet. I enabled the windows integration authentication on the IIS
server but still no joy. How do I get this sorted.
Thanks a lot for your time and help.
Imran.
|