Go to :
http://www.aspnetfaq.com/default.asp...&CategoryId=39
and run the short script posted there to identify the account ASP.NET is running as.
You haven't said which version of IIS, or which OS, you're running.
If you're running IIS 5.0 or 5.1, your ASP.NET account is ASPNET,
unless you're impersonating.
If you're running IIS 6.0, it's NT AUTHORITY\NETWORK SERVICE.
Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ :
http://asp.net.do/faq/
ASPNETFAQ.COM :
http://www.aspnetfaq.com/
Foros de ASP.NET en Español :
http://asp.net.do/foros/
======================================
"Brad" <> wrote in message
news:F6DBA867-FE62-4DEA-B31D-...
> Not that I know of. How would I check that?
>
> "Juan T. Llibre" wrote:
>> Are you impersonating ?
>> Juan T. Llibre, ASP.NET MVP
>> =====================
>> "Brad" <> wrote in message
>> news:F9EF6768-EF8F-42F3-9DA6-...
>> > Juan,
>> >
>> > I did see that thread last night and followed the instructions, however now
>> > I am getting a new error: DCOM got error "Logon failure: unknown user name or
>> > bad password. I figure this has something to do with the IWAM account, but
>> > when I try to follow the suggestions given on the web and I try to go into
>> > COM+, the window shuts down on me quickly.
>> >
>> > Do you know anything about this?
>> >
>> > Thanks for the help.
>> >
>> >
>> >
>> > "Juan T. Llibre" wrote:
>> >
>> >> Brad,
>> >>
>> >> read through this thread :
>> >>
>> >> http://www.codecomments.com/ASP_.NET/message333121.html
>> >>
>> >> In it, you'll find a comment by Steven Cheng (who frequents this newsgroup)
>> >> which helped someone else understand what the problem is.
>> >>
>> >> Apparently, uninstalling/reinstalling IIS and running aspnet_regiis -i
>> >> should fix the problem, but read the thread for a complete explanation.
>> >>
>> >> Juan T. Llibre, ASP.NET MVP
>> >> ======================
>> >> "Brad" <> wrote in message
>> >> news:CCE19F8C-2FFC-4CE8-A429-...
>> >> > And this is the error in the event log that I am getting...
>> >> >
>> >> > The server failed to load application '/LM/W3SVC'. The error was 'The
>> >> > specified metadata was not found.
>> >> >
>> >> >
>> >> > "Scott M." wrote:
>> >> >
>> >> >> Internal Server Error means that you have a coding problem, not that the
>> >> >> files weren't copied.
>> >> >>
>> >> >> Check your code.
>> >> >>
>> >> >>
>> >> >> "Brad" <> wrote in message
>> >> >> news:CD5ADA25-DB42-4C71-B2DA-...
>> >> >> >I am having problems publishing to IIS. I have my static ip address now
>> >> >> >nad
>> >> >> > have redirected my domain name to it.
>> >> >> >
>> >> >> > Before in using VWD, I just copied the site to IIS and internally useing
>> >> >> > localhost/default.aspx this worked. Now I cannot even do that.
>> >> >> >
>> >> >> > Is there a problem using Visual Studio 2005 Standard and IIS 5.1?
>> >> >> >
>> >> >> > When I go to the URL, I get a HTTP 500 - Internal server error. There was
>> >> >> > a
>> >> >> > time when it was displaying the folders under the IIS directory, but now
>> >> >> > just
>> >> >> > the internal server error.
>> >> >> >
>> >> >> > Thanks for any help and information