473,320 Members | 1,969 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,320 software developers and data experts.

publishing a web

Hi,
I have a web app that I created in VStudio 2005. I want to publish it to a
server
on my network running xp pro / iis 5 with font page 2000 server extensions.
My question is: what version of server extensions should I have installed on
the xp pro machine? Also, will the publishing feature in vstudio create a
virtual directory for me? If so can someone give a general layout of
permissions to achieve the following:

publish a asp.net 2.0 web site from visual studio 2005 to a remote server
running iis 5.0 with FP 2000 server extensions. Should I create a virtual
directory ahead of time? Any help is much appreciated. If I need different
server extensions is there a place to download them with out buying Front
Page 2003?

Thank you

Apr 14 '06 #1
2 1120
OK - I've answered some of my own questions. I downloaded fp2002 server
extensions and installed. Now when I publish I see that indead a virtual
directory was created for me in IIS. In fact, it seems that although I get no
output errors and the output message reads:
Publish: 1 succeeded, 0 failed, 0 skipped
I find no files or dlls in the virtual directory that was created only a
bunch of vti folders and an empty bin folder. So again I am stumped. Can
someone advise me as to what I'm missing?

Thank you in advance.
"Nate" wrote:
Hi,
I have a web app that I created in VStudio 2005. I want to publish it to a
server
on my network running xp pro / iis 5 with font page 2000 server extensions.
My question is: what version of server extensions should I have installed on
the xp pro machine? Also, will the publishing feature in vstudio create a
virtual directory for me? If so can someone give a general layout of
permissions to achieve the following:

publish a asp.net 2.0 web site from visual studio 2005 to a remote server
running iis 5.0 with FP 2000 server extensions. Should I create a virtual
directory ahead of time? Any help is much appreciated. If I need different
server extensions is there a place to download them with out buying Front
Page 2003?

Thank you

Apr 14 '06 #2
OK - I've answered some of my own questions. I downloaded fp2002 server
extensions and installed. Now when I publish I see that indead a virtual
directory was created for me in IIS. In fact, it seems that although I get no
output errors and the output message reads:
Publish: 1 succeeded, 0 failed, 0 skipped
I find no files or dlls in the virtual directory that was created only a
bunch of vti folders and an empty bin folder. So again I am stumped. Can
someone advise me as to what I'm missing?

Thank you in advance.
"Nate" wrote:
Hi,
I have a web app that I created in VStudio 2005. I want to publish it to a
server
on my network running xp pro / iis 5 with font page 2000 server extensions.
My question is: what version of server extensions should I have installed on
the xp pro machine? Also, will the publishing feature in vstudio create a
virtual directory for me? If so can someone give a general layout of
permissions to achieve the following:

publish a asp.net 2.0 web site from visual studio 2005 to a remote server
running iis 5.0 with FP 2000 server extensions. Should I create a virtual
directory ahead of time? Any help is much appreciated. If I need different
server extensions is there a place to download them with out buying Front
Page 2003?

Thank you

Apr 14 '06 #3

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

Similar topics

0
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,...
0
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...
6
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...
0
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...
2
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,...
2
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...
1
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...
2
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...
7
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...
0
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
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, youll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.