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

ASP - Help with deployment

I'm new to ASP.NET and don't have a clue how to deploy code-behind pages. So
here are my questions...

Can I force VB.NET to create Inline .aspx pages?

If not, can you provide details on how to deploy an application? Everything
works on //localhost but I don't now which files to publish to the www or
where they need to be placed in order to function.

If this is too difficult to explain in e-mail, can you recommend a book that
THOROUGHLY explains this subject?

Thank you!
Jul 21 '05 #1
3 999
all you need to copy is the *.aspx files followed by the assembly which is
found in the /bin folder and optionally the web.config file. You don't *need
any other files. next, configure your virtual directory from iis to point to
the application directory on disk and you should be good to go.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"Owen Ott" <Ow*****@discussions.microsoft.com> wrote in message
news:91**********************************@microsof t.com...
I'm new to ASP.NET and don't have a clue how to deploy code-behind pages.
So
here are my questions...

Can I force VB.NET to create Inline .aspx pages?

If not, can you provide details on how to deploy an application?
Everything
works on //localhost but I don't now which files to publish to the www or
where they need to be placed in order to function.

If this is too difficult to explain in e-mail, can you recommend a book
that
THOROUGHLY explains this subject?

Thank you!

Jul 21 '05 #2
Thanks, but do the support files need to be placed in a specific directory on
the web server. If so, what are those folders. I keep getting an error of
file not found.
Owen

"Alvin Bruney [ASP.NET MVP]" wrote:
all you need to copy is the *.aspx files followed by the assembly which is
found in the /bin folder and optionally the web.config file. You don't *need
any other files. next, configure your virtual directory from iis to point to
the application directory on disk and you should be good to go.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"Owen Ott" <Ow*****@discussions.microsoft.com> wrote in message
news:91**********************************@microsof t.com...
I'm new to ASP.NET and don't have a clue how to deploy code-behind pages.
So
here are my questions...

Can I force VB.NET to create Inline .aspx pages?

If not, can you provide details on how to deploy an application?
Everything
works on //localhost but I don't now which files to publish to the www or
where they need to be placed in order to function.

If this is too difficult to explain in e-mail, can you recommend a book
that
THOROUGHLY explains this subject?

Thank you!


Jul 21 '05 #3
if you have an application called Test, you would need to make a folder
called Test on your webserver. Copy the aspx files and web.config file to
that folder. Then create a bin folder inside the Test folder directory. Copy
your Test.dll to the bin folder. Make sure your create a virtual directory
in IIS to point to Test directory.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"Owen Ott" <Ow*****@discussions.microsoft.com> wrote in message
news:26**********************************@microsof t.com...
Thanks, but do the support files need to be placed in a specific directory
on
the web server. If so, what are those folders. I keep getting an error
of
file not found.
Owen

"Alvin Bruney [ASP.NET MVP]" wrote:
all you need to copy is the *.aspx files followed by the assembly which
is
found in the /bin folder and optionally the web.config file. You don't
*need
any other files. next, configure your virtual directory from iis to point
to
the application directory on disk and you should be good to go.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"Owen Ott" <Ow*****@discussions.microsoft.com> wrote in message
news:91**********************************@microsof t.com...
> I'm new to ASP.NET and don't have a clue how to deploy code-behind
> pages.
> So
> here are my questions...
>
> Can I force VB.NET to create Inline .aspx pages?
>
> If not, can you provide details on how to deploy an application?
> Everything
> works on //localhost but I don't now which files to publish to the www
> or
> where they need to be placed in order to function.
>
> If this is too difficult to explain in e-mail, can you recommend a book
> that
> THOROUGHLY explains this subject?
>
> Thank you!


Jul 21 '05 #4

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

Similar topics

2
by: ksskumar | last post by:
Hi Friends, My software's target is to creating a add-in for Outlook. I am struckup of creating deployment of my software. My software flow is as follows, 1. Complete functionality is...
3
by: Marek | last post by:
Hi there, my WinForm application has to be installed in "no-touch-deployment" mode, so users can run it from the web. I need to read application's .config file but it does not work in ...
2
by: Felix | last post by:
Out of no where I'm starting to get these problems and my Deployment projects won't build anymore. Does anyone have any idea what's causing this? I've tried copying these files from another...
4
by: wobbles | last post by:
Hi Everyone, I'm really struggling to get no-touch deployment to work well (if at all, in some cases). Can anyone recommend a good book on this topic? There seem to be a lot of blogs about...
2
by: msnews.microsoft.com | last post by:
Hi Every Body, I build an application using vb.net. Now i m deploying on the client system. I know that the deployment automatically check the .net framework on the client system at startup. I...
1
by: ray well | last post by:
hi, i need to deploy MDAC_typ.exe and dotnetfx.exe with an app. i do NOT want the user to have to exit the app's setup and have to run these 2 programs on their own. i would like to have my...
8
by: BobAchgill | last post by:
I have looked and looked for on the property pages for my Window form project and do not see where they are saying I should find the place to set deployment properties like: Manufacturer...
0
by: Scanner2001 | last post by:
I have a web service and a deployment project. Inside the deployment project, is a custom action to create some database related items such as stored procedures. I have this packaged as an msi, and...
7
by: dhussong | last post by:
I have created a Setup and Deployment project in Visual Studio.NET 2003. After my installation has completed running I'd like to launch the EXE that I just installed. I've found how to launch the...
2
by: Miro | last post by:
Reading the help file it says in step 2 to click on "other project types" and then click on "Setup and Deployment projects".( see below ) I am using vb2005 express. Im assuming this is not an...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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.