473,395 Members | 1,581 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Publish Web Site errors

What exactly is required in order to use Publish Web Site dialog in VS.NET
2005?
Permissions, Front Page extenstion, etc?

I keep getting different erros all the time - login boxes, server errors,
etc.

It's not like that it does not work, but the process is unstable, I can't
quite figure it out.

Is there a doc on that?

Thanks,

-Stan
Jul 17 '06 #1
3 1434
Stan,
It depends on what you want to "publish" to. If it is the local filesytem,
you would probably never get any dialog boxes or security issues. If it is to
a remote FTP site or webserver, then there are permissions issues. But, since
you haven't specified exactly what kind of publish and what errors you are
getting, we can only guess. Give some specifics.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Stan" wrote:
What exactly is required in order to use Publish Web Site dialog in VS.NET
2005?
Permissions, Front Page extenstion, etc?

I keep getting different erros all the time - login boxes, server errors,
etc.

It's not like that it does not work, but the process is unstable, I can't
quite figure it out.

Is there a doc on that?

Thanks,

-Stan
Jul 17 '06 #2
Peter,

I am trying to publish to the remote IIS server and I am getting these
errors:

Unable to create the Web 'http://server01/WS2'. Server Error
Error: Unable to create the Web 'http://server01/WS2'. Server Error

"Server error" - very informative. Nothing in the logs anywhere.

I love that - go figure out what it is by changing thousands things, maybe
one of
them will work.

There are no logon boxes anymore after I added myself as a local Admin on
the remote site, so it does not appear to be a permission issue.
"Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.comwrote in message
news:FD**********************************@microsof t.com...
Stan,
It depends on what you want to "publish" to. If it is the local filesytem,
you would probably never get any dialog boxes or security issues. If it is
to
a remote FTP site or webserver, then there are permissions issues. But,
since
you haven't specified exactly what kind of publish and what errors you are
getting, we can only guess. Give some specifics.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Stan" wrote:
>What exactly is required in order to use Publish Web Site dialog in
VS.NET
2005?
Permissions, Front Page extenstion, etc?

I keep getting different erros all the time - login boxes, server
errors,
etc.

It's not like that it does not work, but the process is unstable, I can't
quite figure it out.

Is there a doc on that?

Thanks,

-Stan

Jul 18 '06 #3
Stan,
I am afraid in this case that you are going to have to create the IIS Web
Application yourself, either by using whatever web console or if IIS remote
managment is turned on, or by logging onto the box and doing it with IIS
Manager.

I seem to remember that using FrontPage extensions it will do this but I'm
not sure if it will on a remote box without using the extensions.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Stan" wrote:
Peter,

I am trying to publish to the remote IIS server and I am getting these
errors:

Unable to create the Web 'http://server01/WS2'. Server Error
Error: Unable to create the Web 'http://server01/WS2'. Server Error

"Server error" - very informative. Nothing in the logs anywhere.

I love that - go figure out what it is by changing thousands things, maybe
one of
them will work.

There are no logon boxes anymore after I added myself as a local Admin on
the remote site, so it does not appear to be a permission issue.
"Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.comwrote in message
news:FD**********************************@microsof t.com...
Stan,
It depends on what you want to "publish" to. If it is the local filesytem,
you would probably never get any dialog boxes or security issues. If it is
to
a remote FTP site or webserver, then there are permissions issues. But,
since
you haven't specified exactly what kind of publish and what errors you are
getting, we can only guess. Give some specifics.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Stan" wrote:
What exactly is required in order to use Publish Web Site dialog in
VS.NET
2005?
Permissions, Front Page extenstion, etc?

I keep getting different erros all the time - login boxes, server
errors,
etc.

It's not like that it does not work, but the process is unstable, I can't
quite figure it out.

Is there a doc on that?

Thanks,

-Stan


Jul 18 '06 #4

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

Similar topics

0
by: Mike S. | last post by:
VS 2005 Professional RTM (8.0.50727.42) on Windows 2000 ASP.NET website Last week I converted a 1.1 ASP.NET (VB) project to 2.0. The conversion was painless on the VB code side. It was a lot of...
8
by: Graham | last post by:
I noticed a similar post awhile ago and in terms of my problem it wasnt a suitable answer so I will ask again. I have VS2005 running a on development machine in my office where I do all my...
1
by: Bill Long | last post by:
I have a .NET 1.1 application (C#) that I converted to .NET 2.0... Conversion was pretty painless, code runs from the development environment no problem... but when I try and publish... It says...
1
by: cadonahue | last post by:
VS 2005 Professional RTM (8.0.50727.42) on Windows 2000 ASP.NET website Last week I converted a 1.1 ASP.NET (VB) project to 2.0. The conversion was painless on the VB code side. It was a lot of...
10
by: WT | last post by:
Hello, I have been publishing my web site many times to the remote where resides my final web site. Everything was ok, but to-day, without any configuration change, vs doesn't copy final files...
0
by: JAdrianB | last post by:
I've used Publish Web Site before on other projects (C#) with no problems. New project, converted from earlier version of ASP.Net to 2.0 (VB.Net). When I do a Build --Publish Web Site to a local...
2
by: yigitozg | last post by:
Hi all, I have a solution with 5 class library projects and a web site that has references to these projects. The problem is, when I build the web site and browse through the pages, there is no...
3
by: Learner | last post by:
Hello, I recently converted a VS 2003 application to VS 2005. When I compile it in VS 2005 every thing gets compiled with no errors. But when I try publishing the website I get all different...
0
by: Pedro Vera | last post by:
Greetings, I have a plain VS 2005 VB.net solution that holds a single web site. The web site builds fine when I run it locally, and if I copy it as-is to my remote server everything runs. The...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.