Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > publishing to iis 5.1

Reply
Thread Tools

publishing to iis 5.1

 
 
=?Utf-8?B?QnJhZA==?=
Guest
Posts: n/a
 
      11-19-2005
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
 
Reply With Quote
 
 
 
 
Scott M.
Guest
Posts: n/a
 
      11-19-2005
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



 
Reply With Quote
 
 
 
 
=?Utf-8?B?QnJhZA==?=
Guest
Posts: n/a
 
      11-19-2005
What could the coding problem be? When I run without debugging, it works fine.

"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

>
>
>

 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      11-19-2005
There is no way for me to know unless you show me your code.


"Brad" <> wrote in message
news:8BD54594-6F46-4268-8A60-...
> What could the coding problem be? When I run without debugging, it works
> fine.
>
> "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

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?QnJhZA==?=
Guest
Posts: n/a
 
      11-19-2005
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

>
>
>

 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      11-19-2005
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
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: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

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?QnJhZA==?=
Guest
Posts: n/a
 
      11-19-2005
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
> 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: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
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      11-19-2005
Are you impersonating ?



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: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
>> 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: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



 
Reply With Quote
 
=?Utf-8?B?QnJhZA==?=
Guest
Posts: n/a
 
      11-19-2005
Not that I know of. How would I check that?

"Juan T. Llibre" wrote:

> Are you impersonating ?
>
>
>
> 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: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
> >> 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: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

>
>
>

 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      11-19-2005
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



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IIS problem - Publishing site using .net 2005þ vlavanyarao@gmail.com ASP .Net 1 12-18-2007 09:31 AM
Publishing web sites with IIS 6.0 Dumb Luck ASP .Net 3 06-15-2006 07:55 PM
Windows Authentication not working after publishing asp.net to IIS Jim ASP .Net Security 2 05-28-2005 01:56 AM
multiple non-administrators publishing to an iis server with VS.NE AGoodSpellr ASP General 8 12-16-2004 06:09 PM
IIS 6.0 win2003, IIS users moe_rodrigue MCSE 1 04-01-2004 07:37 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57