Re: Two ASP.NET configuration questions
From: Cowboy (NoSpamMgbworld_at_comcast.netNoSpamM)
Date: 05/28/04
- Next message: Arun: "Re: Session State 2 Webprojects"
- Previous message: Cowboy: "Re: Question: Accessing ASP session variable"
- In reply to: spammy: "Two ASP.NET configuration questions"
- Next in thread: John Saunders: "Re: Two ASP.NET configuration questions"
- Reply: John Saunders: "Re: Two ASP.NET configuration questions"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 28 May 2004 07:39:37 -0500
1) Most likely a permissions issue. Make sure you are a member of VS
Developers; I believe that is the one. I have, however, had a setup where I
am not certain this worked, so there may be something even deeper.
2) This is not an ASP.NET issue, per se. Set up your web application where
there is no anonymous access. This forces a logon, which allows you to use
that user's domain account to access SQL Server.
-- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA ************************************************ Think Outside the Box! ************************************************ "spammy" <me@privacy.net> wrote in message news:2hon4lFfago3U1@uni-berlin.de... > Hi, > > Two issues bugging me: > > 1) When creating new web applicaiton projects using VS.NET and file share > mode, I always have to manually dip into IIS Manager and "create" the > application in there (by right clicking on the folder -> Properties -> > Create application). With another set up, this manuial step isnt required. > Once done (manually) as far as I can tell operation of development and > debugging are normal. Any idea why? > > 2) How do I change the user that the ASP.NET application runs under? I want > to access a SQL database on another machine, but instead of logging in as a > standard SQL user Id like to use an existing Windows domain user that weve > created specially for this purpose via integreated security. Can this be > done? > > Thanks! > > Spammy > >
- Next message: Arun: "Re: Session State 2 Webprojects"
- Previous message: Cowboy: "Re: Question: Accessing ASP session variable"
- In reply to: spammy: "Two ASP.NET configuration questions"
- Next in thread: John Saunders: "Re: Two ASP.NET configuration questions"
- Reply: John Saunders: "Re: Two ASP.NET configuration questions"
- Messages sorted by: [ date ] [ thread ]