Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ProEdge
Yak Posting Veteran
64 Posts |
Posted - 2006-04-28 : 20:31:31
|
Hello everyone. I recently rebuilt my computer by doing a fresh install. I'm running W2K and one of the things I installed again was IIS 5, .NET 1&2 Frameworks and Visual Studio 2005. I also was previously running SQL Server 2005 which I installed again as well. Now the problem is that my .NET web applications are trying to use a separate account to connect to my database. Before it used the ASP.NET's process identity which was my COMPUTERNAME\ASPNET. But for some odd reason, it's trying to use my COMPUTERNAME\Administrator account. I'm not really sure why it's doing this because I figured since I am running IIS 5, it would still use the ASPNET process account. Does anyone know how I can fix this? |
|
KenW
Constraint Violating Yak Guru
391 Posts |
Posted - 2006-05-01 : 12:57:40
|
Did you run aspreg_iisnet.exe after reinstalling everything? (It's in the${SYSTEM}\Microsoft.NET\Framework\<FrameworkVersion> folder.)Ken |
 |
|
ProEdge
Yak Posting Veteran
64 Posts |
Posted - 2006-05-01 : 16:31:27
|
quote: Originally posted by KenW Did you run aspreg_iisnet.exe after reinstalling everything? (It's in the${SYSTEM}\Microsoft.NET\Framework\<FrameworkVersion> folder.)Ken
Hi Ken, are you sure it's aspreg_iisnet? I don't have this executable at all in any of my framework folders. I do see aspnet_regiis.exe and aspnet_wp.exe which are the common ones I've heard of. |
 |
|
ProEdge
Yak Posting Veteran
64 Posts |
Posted - 2006-05-01 : 16:39:58
|
Ken, I just realized that you probably were referring to aspnet_regiis.exe. Is this right? If so, what options should I run on it? Option -i to install asp.net? |
 |
|
KenW
Constraint Violating Yak Guru
391 Posts |
Posted - 2006-05-02 : 10:44:57
|
ProEdge,Sorry for the typo... I indeed meant aspnet_regiis.exe. The -i option iswhat I used, IIRC.Ken |
 |
|
|
|
|