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

Publishing Web Application

Dear All,
I'm new to web application. Simply, I want to creat a web application to be run in my localhost, Would somebody provid me with step by step source on how to creat and publish a web application?.
what are the prerequisites for the publishing?.
May 29 '12 #1
1 1163
Frinavale
9,735 Expert Mod 8TB
You could use the built in, debugging IIS (called Cassini) that comes with Visual Studio.

If you don't want to use Cassini, then the first thing you need to do is install IIS on your computer.

Also make sure to install the ASP.NET (the version that you want to target) and install the .NET frameworks that you are targeting.

Once you have done that, you will need to set up an application. This is going to vary according to the version of IIS you're using. The version of IIS is tied to the Operating System version you're using.

Once you have created the place where your application is going to run, publish your application and move the files that were published into the folder used by IIS for your application (I think you can publish directly to the folder if you are on the same machine...there's probably ways to publish across networks/the Internet as well but I haven't used it).

Then just open your browser to http://localhost/webSite and it should work (oh wait you may have to set up a default page in for your application if you aren't using index.aspx or default.aspx)

-Frinny
May 29 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

9
by: Wayne Wengert | last post by:
I built an ASP application and it runs fine on my local IIS. I am trying to move the application to my web service (ISP) out on the internet. I've read several of the help articles but they all...
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,...
1
by: brettmetcalfe | last post by:
Hi I have a problem publishing a web application. The web application has been developed using VS2005 and uses ASP.Net 2.0. The application works fine from inside VS2005. However when I build...
1
by: Doug Miannay | last post by:
I am just getting started with VB 2005 and created a small application that connects to an Access DB during execution. When I publish the application with VB 2005 the database is not included with...
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...
3
by: yojimbo4 | last post by:
Hi, i am using vb.net 2005, and i am using microsoft access as my database I have published the application using the built in publisher of vb.net and come up with the setup.exe, after...
0
by: =?Utf-8?B?R2lubw==?= | last post by:
If I provide a user with the ability to change some settings in a VS2005 solution using my.settings and then republish the application to fix a bug or add a new feature the settings get lost due...
5
by: nudrat | last post by:
Hi All, The scenario is as follows: In my application, I am manipulating with Excel files. Reading , copying some values etc. It works fine as long as it is running from working directory (Local...
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
Leito
by: Leito | last post by:
Hello, I have a problem when accessing the resources files of my project after publishing it. As it is a bit complicated (at least I have already struggled to come to this point), I'll first...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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,...
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
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...

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.