473,725 Members | 2,264 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

publishing to iis 5.1

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
Nov 20 '05 #1
11 1585
Internal Server Error means that you have a coding problem, not that the
files weren't copied.

Check your code.
"Brad" <Br**@discussio ns.microsoft.co m> wrote in message
news:CD******** *************** ***********@mic rosoft.com...
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

Nov 20 '05 #2
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" <Br**@discussio ns.microsoft.co m> wrote in message
news:CD******** *************** ***********@mic rosoft.com...
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


Nov 20 '05 #3
There is no way for me to know unless you show me your code.
"Brad" <Br**@discussio ns.microsoft.co m> wrote in message
news:8B******** *************** ***********@mic rosoft.com...
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" <Br**@discussio ns.microsoft.co m> wrote in message
news:CD******** *************** ***********@mic rosoft.com...
>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


Nov 20 '05 #4
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" <Br**@discussio ns.microsoft.co m> wrote in message
news:CD******** *************** ***********@mic rosoft.com...
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


Nov 20 '05 #5
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 Espaol : http://asp.net.do/foros/
=============== =============== ========
"Brad" <Br**@discussio ns.microsoft.co m> wrote in message
news:CC******** *************** ***********@mic rosoft.com...
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" <Br**@discussio ns.microsoft.co m> wrote in message
news:CD******** *************** ***********@mic rosoft.com...
>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


Nov 20 '05 #6
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" <Br**@discussio ns.microsoft.co m> wrote in message
news:CC******** *************** ***********@mic rosoft.com...
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" <Br**@discussio ns.microsoft.co m> wrote in message
news:CD******** *************** ***********@mic rosoft.com...
>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


Nov 20 '05 #7
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 Espaol : http://asp.net.do/foros/
=============== =============== ========
"Brad" <Br**@discussio ns.microsoft.co m> wrote in message
news:F9******** *************** ***********@mic rosoft.com...
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 Espaol : http://asp.net.do/foros/
=============== =============== ========
"Brad" <Br**@discussio ns.microsoft.co m> wrote in message
news:CC******** *************** ***********@mic rosoft.com...
> 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" <Br**@discussio ns.microsoft.co m> wrote in message
>> news:CD******** *************** ***********@mic rosoft.com...
>> >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

Nov 20 '05 #8
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" <Br**@discussio ns.microsoft.co m> wrote in message
news:F9******** *************** ***********@mic rosoft.com...
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" <Br**@discussio ns.microsoft.co m> wrote in message
news:CC******** *************** ***********@mic rosoft.com...
> 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" <Br**@discussio ns.microsoft.co m> wrote in message
>> news:CD******** *************** ***********@mic rosoft.com...
>> >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


Nov 20 '05 #9
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\NETWO RK 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 Espaol : http://asp.net.do/foros/
=============== =============== ========
"Brad" <Br**@discussio ns.microsoft.co m> wrote in message
news:F6******** *************** ***********@mic rosoft.com...
Not that I know of. How would I check that?

"Juan T. Llibre" wrote:


Are you impersonating ?
Juan T. Llibre, ASP.NET MVP
=============== ======
"Brad" <Br**@discussio ns.microsoft.co m> wrote in message
news:F9******** *************** ***********@mic rosoft.com...
> 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" <Br**@discussio ns.microsoft.co m> wrote in message
>> news:CC******** *************** ***********@mic rosoft.com...
>> > 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" <Br**@discussio ns.microsoft.co m> wrote in message
>> >> news:CD******** *************** ***********@mic rosoft.com...
>> >> >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

Nov 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1886
by: MarionEll | last post by:
XML 2003 to Highlight Key Publishing Trend: XSL-FO Tools XSL-FO “Chef’s Tools Exhibition” Slated for 7 p.m. Dec. 10; Premier XML Industry Event Runs Dec. 7-12 in Philadelphia Alexandria, Va. October 7, 2003 - IDEAlliance, a leading trade association dedicated to fostering XML and other information technology standards, today announced that XML Conference and Exposition 2003 will feature an XSL-FO “Chef’s Tools Exhibition”...
0
1249
by: vidya | last post by:
Hi, How can program publishing wizard that can automate publishing of my web pages thru c# or VB.Net. I wanted to use the Microsoft Web Publishing Wizard APIs in dot net. Can anyone help me on this? Thank you Vidya
6
2012
by: Doc | last post by:
I'm trying to get to the bottom of a problem I've been having with publishing a freebie website. I'm using a program called WebEasy. Using a very simple site upload as an example, in this case a picture of a couple of antique chairs. I paste a single .jpg image, and save the web page file, which gets saved as an .alb file. Then, after choosing the "build website" function, the following files are found in the folder for the website:
0
1300
by: tiendq | last post by:
Hi, My web application using a Http handler to handle request for *.aspx page in a specific folder e.g. /Articles , which generate requested page dynamically. It worked well. But when I publishing my website with final version, so I uncheck "Allow this precompiled site to be updatable" checkbox in Web Site Publishing dialog, error occured! Whenever I request a "non-existed" ..aspx page in /Articles folder, instead of Http handler will...
2
1504
by: Dustin Davis | last post by:
This is my first attempt at using ClickOnce. It seems it is publishing OK, but I can't run the install. If I use IE, I just see XML in the web browser. If I use Firefox, I download a setup file, run it, then see XML in the browser. I'm using Windows 2000, though my friend tried it on XP and got the same results. Any suggestions? I've tried on 4 different computers with the same results - I always see just the xml :(
2
1344
by: Elmo Watson | last post by:
Since I came from the HTML world many years ago - I am just in the habit of copying/FTPing all my ASP.Net websites to the remote server However, I have a friend who says that Publishing is the only way to go and it's the 'MS' way to do it I've had nothing but trouble trying to do this, many times, with different errors popping up, either in publishing, building before publishing, or running after publishing...
1
1454
by: thavaht | last post by:
I recently began drawing dynamic pages using PHP + MYSQL. Im developing the site on windows XP / Apache 1.3.34 / PHP 5.1.2 as a testing server. My publishing server is on another machine on the same network running Fedora Core 3, Apache 2.0.53 (fedora), PHP 4.3.9. MYSQL Server version is 4.0.27 and it is installed on the Linux machine. Im using the same mysql for testing and for publishing. The connection to mysql server is successfully...
2
6375
by: Max2006 | last post by:
Hi, After I right-click on my web application project file and choose "Publish ." and do the publishing, the result publishable files does not include the *.ashx files. Is it by design? How can I add *.ashx files to the publish target?
7
12308
ADezii
by: ADezii | last post by:
There are essentially three techniques for publishing Access Data on the Web. The first technique is static, and does not allow for the dynamic addition or modification to the data, There is no direct link to the data, and in order to update it, you must republish. I am referring to the HTML Format. The second format, IDC, is an older, obsolete technology that runs on Microsoft web Servers. IDC has limited functionality, no script language...
0
2158
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgS2lxdWVuZXQ=?= | last post by:
Hi all, I have a publishing Click Once of my application. Now I want create new version of my application for modify some files, like app.config.
0
8889
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
9401
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9116
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6702
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4519
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4784
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3228
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2637
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2157
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.