|
 |
ASP.NET 3.5 Basics If you are new to ASP or ASP.NET programming with version 3.5, this is the forum to begin asking questions. Please also see the Visual Web Developer 2008 forum. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 3.5 Basics section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|

October 10th, 2009, 02:41 PM
|
Friend of Wrox
|
|
Join Date: Apr 2005
Location: Kolkata, West Bengal, India.
Posts: 128
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Running ASP.Net Application without .Net Framework
Hi All,
I have made a Windows Application in ASP.Net. Now I want to install it in a remote machine which does not have .Net Framework loaded in it. Can my application still work as an exe ???
Is there a way to achieve this ??
Kindly help !!
|

October 10th, 2009, 04:40 PM
|
Friend of Wrox
|
|
Join Date: Jun 2008
Location: Snohomish, WA, USA
Posts: 1,652
Thanks: 3
Thanked 141 Times in 140 Posts
|
|
No.
Not unless you created an installer that would also install the necessary DLLs.
Unless this is a commercial application that you hope to sell hundreds or more of, it's not worth the effort. Just tell the user to install the .Net framework, first. And be sure to give them a download link to the correct version thereof.
|

October 11th, 2009, 01:34 AM
|
Friend of Wrox
|
|
Join Date: Apr 2005
Location: Kolkata, West Bengal, India.
Posts: 128
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Running ASP.Net Application without .Net Framework
Hi,
I would like to know more on this. Is there a way I can an installer for my application for the necessary DLLs ?? Can you help me on this ???
Thanks in Advance .
|

October 12th, 2009, 01:38 AM
|
Friend of Wrox
|
|
Join Date: Jun 2008
Location: Snohomish, WA, USA
Posts: 1,652
Thanks: 3
Thanked 141 Times in 140 Posts
|
|
I only did this twice, way back with ASP.NET version 1.1. I've really forgotten too much to be helpful. And in any case I think MS has improved the "packager" since then.
You should be able to search MSDN for help doing this.
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |