Question about running an ASP.NET app with no Interactive desktop login on the server

  • Thread starter Thread starter Nick Palmer
  • Start date Start date
N

Nick Palmer

As the title suggests, I've got a question about running an ASP.NET app on a
server that has no interactive desktop login. In all our testing of our app
here,the server always had an interactive desktop login since we were
watching things on it, etc. Well I went to test it the way I would assume
our customers are going to run it, that is with no interactive desktop
login, and I get my initial page, but then I can't doing anything else. Our
app doesn't require any desktop interaction on the server so I'm not sure
why we would get this behavior. Our apps virtual directory is currently
configured to use Anonymous and Intergrated security. I'm guessing that
there is some kind of permission issue going on here, thus the question. Any
answers or pointers in the right direction would be greatly appreciated.

Thanks,

Nick
 
Hi Nick:

Perhaps you could define "can't do anything else". Is there an
exception message? Blank screens? What happens exactly?

ASP.NET doesn't require an interactive desktop unless you are doing
something extraordinary, like with a Process class or using a COM+
server package set to run as the interactive user.
 
Can't Create New Project in ASP.Net 2002

Hello ,

This is for the kind information to those who can help me in finding the solution to the problem I am facing.
The problem is :
I am trying to create a new project in ASP.Net using the VS.Net (2002 Ver1.0) in the Windows 2003 Server (SE) but it gave the following errro message :
" The deafault web access mode for this project is set to file share, but the project folder at 'http://localhost/Webapplication1' cannot be opened with the path 'c:\inetpub\wwwroot\WebApplication1', The error returned was :
Unable to create Web project 'WebApplication1'. The file path 'c:\inetpub\wwwroot\WebApplication1' does not correspond to the URL 'http://localhost/WebApplication1'. The two need to map to the same server location. HTTP Error 404: Not Found.
I will be very grateful to any one who can help me in finding the solution to the above problems.

Thank You Very Much.

cinimoD
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top