Hi all
Is it possible to create an ASP.NET project from code?
Thanks in advance
Vaclav 6 1489
Visual Studio .Net does it all the time. What exactly are you asking?
HTH,
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer http://www.takempis.com
Some things just happen.
Everything else occurs.
"Vaclav Jedlicka" <vj*******@iol.cz> wrote in message
news:OC**************@TK2MSFTNGP12.phx.gbl... Hi all
Is it possible to create an ASP.NET project from code?
Thanks in advance
Vaclav
I need to create a VS project from code, not manualy.
"Kevin Spencer" <ke***@SPAMMERSSUCKtakempis.com> píše v diskusním příspěvku
news:uK**************@TK2MSFTNGP10.phx.gbl... Visual Studio .Net does it all the time. What exactly are you asking?
HTH,
Kevin Spencer Microsoft FrontPage MVP Internet Developer http://www.takempis.com Some things just happen. Everything else occurs.
"Vaclav Jedlicka" <vj*******@iol.cz> wrote in message news:OC**************@TK2MSFTNGP12.phx.gbl... Hi all
Is it possible to create an ASP.NET project from code?
Thanks in advance
Vaclav
---
Odchozí zpráva neobsahuje viry.
Zkontrolováno antivirovým systémem AVG ( http://www.grisoft.cz).
Verze: 6.0.497 / Virová báze: 296 - datum vydání: 4.7.2003
Do you mean that you want to create all of the project files, solution
files, etc. from an application?
HTH,
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer http://www.takempis.com
Some things just happen.
Everything else occurs.
"Václav Jedlička" <vj*******@iol.cz> wrote in message
news:e1**************@tk2msftngp13.phx.gbl... I need to create a VS project from code, not manualy.
"Kevin Spencer" <ke***@SPAMMERSSUCKtakempis.com> píše v diskusním
příspěvku news:uK**************@TK2MSFTNGP10.phx.gbl... Visual Studio .Net does it all the time. What exactly are you asking?
HTH,
Kevin Spencer Microsoft FrontPage MVP Internet Developer http://www.takempis.com Some things just happen. Everything else occurs.
"Vaclav Jedlicka" <vj*******@iol.cz> wrote in message news:OC**************@TK2MSFTNGP12.phx.gbl... Hi all
Is it possible to create an ASP.NET project from code?
Thanks in advance
Vaclav
--- Odchozí zpráva neobsahuje viry. Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz). Verze: 6.0.497 / Virová báze: 296 - datum vydání: 4.7.2003
Exactly.
Why I need it?
I am developing an application generator which generates ASP.NET projects.
So far it generates the ASPX and CS files, but I also need to create the VS
projects which would contain them. The user would specify only the project
name and the code would create a VS project, and the virtual folder in IIS.
Then it would add the ASPX and CS files to the project.
Something like automation in the days of COM, but I would like to do it from
..NET code (I use c#).
Thanks
Vaclav
"Kevin Spencer" <ke***@SPAMMERSSUCKtakempis.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl... Do you mean that you want to create all of the project files, solution files, etc. from an application?
HTH,
Kevin Spencer Microsoft FrontPage MVP Internet Developer http://www.takempis.com Some things just happen. Everything else occurs.
"Václav Jedlička" <vj*******@iol.cz> wrote in message news:e1**************@tk2msftngp13.phx.gbl... I need to create a VS project from code, not manualy.
"Kevin Spencer" <ke***@SPAMMERSSUCKtakempis.com> píse v diskusním příspěvku news:uK**************@TK2MSFTNGP10.phx.gbl... Visual Studio .Net does it all the time. What exactly are you asking?
HTH,
Kevin Spencer Microsoft FrontPage MVP Internet Developer http://www.takempis.com Some things just happen. Everything else occurs.
"Vaclav Jedlicka" <vj*******@iol.cz> wrote in message news:OC**************@TK2MSFTNGP12.phx.gbl... > Hi all > > Is it possible to create an ASP.NET project from code? > > Thanks in advance > > Vaclav > >
--- Odchozí zpráva neobsahuje viry. Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz). Verze: 6.0.497 / Virová báze: 296 - datum vydání: 4.7.2003
I believe most if not all of what you're looking for is in the Microsoft.Vsa
NameSpace. Unfortunately, this Namespace is almost completely undocumented
at this time. I did, however, find a listing of some articles on the MSDN
site that may be helpful to you: http://msdn.microsoft.com/netframewo...s/default.aspx
HTH,
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer http://www.takempis.com
Some things just happen.
Everything else occurs.
"Vaclav Jedlicka" <vj*******@iol.cz> wrote in message
news:ey**************@TK2MSFTNGP10.phx.gbl... Exactly.
Why I need it? I am developing an application generator which generates ASP.NET projects. So far it generates the ASPX and CS files, but I also need to create the
VS projects which would contain them. The user would specify only the project name and the code would create a VS project, and the virtual folder in
IIS. Then it would add the ASPX and CS files to the project. Something like automation in the days of COM, but I would like to do it
from .NET code (I use c#).
Thanks Vaclav
"Kevin Spencer" <ke***@SPAMMERSSUCKtakempis.com> wrote in message news:%2****************@TK2MSFTNGP12.phx.gbl... Do you mean that you want to create all of the project files, solution files, etc. from an application?
HTH,
Kevin Spencer Microsoft FrontPage MVP Internet Developer http://www.takempis.com Some things just happen. Everything else occurs.
"Václav Jedlička" <vj*******@iol.cz> wrote in message news:e1**************@tk2msftngp13.phx.gbl... I need to create a VS project from code, not manualy.
"Kevin Spencer" <ke***@SPAMMERSSUCKtakempis.com> píse v diskusním příspěvku news:uK**************@TK2MSFTNGP10.phx.gbl... > Visual Studio .Net does it all the time. What exactly are you
asking? > > HTH, > > Kevin Spencer > Microsoft FrontPage MVP > Internet Developer > http://www.takempis.com > Some things just happen. > Everything else occurs. > > "Vaclav Jedlicka" <vj*******@iol.cz> wrote in message > news:OC**************@TK2MSFTNGP12.phx.gbl... > > Hi all > > > > Is it possible to create an ASP.NET project from code? > > > > Thanks in advance > > > > Vaclav > > > > > >
--- Odchozí zpráva neobsahuje viry. Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz). Verze: 6.0.497 / Virová báze: 296 - datum vydání: 4.7.2003
Thank you
That namespace is really undocumented and I do not know how to use it, so I
think I will have to create all the project files (.sln, .suo, .csproj,
..csproj.webinfo) from code.
Vaclav
"Kevin Spencer" <ke***@SPAMMERSSUCKtakempis.com> wrote in message
news:u$**************@TK2MSFTNGP10.phx.gbl... I believe most if not all of what you're looking for is in the
Microsoft.Vsa NameSpace. Unfortunately, this Namespace is almost completely undocumented at this time. I did, however, find a listing of some articles on the MSDN site that may be helpful to you:
http://msdn.microsoft.com/netframewo...s/default.aspx
HTH,
Kevin Spencer Microsoft FrontPage MVP Internet Developer http://www.takempis.com Some things just happen. Everything else occurs.
"Vaclav Jedlicka" <vj*******@iol.cz> wrote in message news:ey**************@TK2MSFTNGP10.phx.gbl... Exactly.
Why I need it? I am developing an application generator which generates ASP.NET
projects. So far it generates the ASPX and CS files, but I also need to create the VS projects which would contain them. The user would specify only the
project name and the code would create a VS project, and the virtual folder in IIS. Then it would add the ASPX and CS files to the project. Something like automation in the days of COM, but I would like to do it from .NET code (I use c#).
Thanks Vaclav
"Kevin Spencer" <ke***@SPAMMERSSUCKtakempis.com> wrote in message news:%2****************@TK2MSFTNGP12.phx.gbl... Do you mean that you want to create all of the project files, solution files, etc. from an application?
HTH,
Kevin Spencer Microsoft FrontPage MVP Internet Developer http://www.takempis.com Some things just happen. Everything else occurs.
"Václav Jedlička" <vj*******@iol.cz> wrote in message news:e1**************@tk2msftngp13.phx.gbl... > I need to create a VS project from code, not manualy. > > > "Kevin Spencer" <ke***@SPAMMERSSUCKtakempis.com> píse v diskusním příspěvku > news:uK**************@TK2MSFTNGP10.phx.gbl... > > Visual Studio .Net does it all the time. What exactly are you asking? > > > > HTH, > > > > Kevin Spencer > > Microsoft FrontPage MVP > > Internet Developer > > http://www.takempis.com > > Some things just happen. > > Everything else occurs. > > > > "Vaclav Jedlicka" <vj*******@iol.cz> wrote in message > > news:OC**************@TK2MSFTNGP12.phx.gbl... > > > Hi all > > > > > > Is it possible to create an ASP.NET project from code? > > > > > > Thanks in advance > > > > > > Vaclav > > > > > > > > > > > > > --- > Odchozí zpráva neobsahuje viry. > Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz). > Verze: 6.0.497 / Virová báze: 296 - datum vydání: 4.7.2003 > >
This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: brazilnut52 |
last post by:
I am going to outline the steps I go through to produce the problem. Hopefully this will help you understand the problem better
I have created a...
|
by: soni29 |
last post by:
hi,
i'm running windows 2000 and Internet Information Services 5.0, that's
the version that the help file for iis shows, i'm using Visual Studio...
|
by: Marc Miller |
last post by:
Hi all,
I have 2 dev. machines, the 1st is Win 2000 with .NET 7.0 and the 2nd is XP
Pro with .NET 2003. My Web Server is Win 2000 Server with...
|
by: eSolTec, Inc. 501(c)(3) |
last post by:
Thank you in advance for any and all assistance. Here is my problem. I have a
program that will create a registry key, however it is not and here is...
|
by: creative1 |
last post by:
Here is how you create a complex data report that involves parent and child commands and you can update information at runtime. Its pretty straight...
|
by: sanghavi |
last post by:
how to create a set up project in vb.net..how to run an application on a different machine
|
by: Alan Mailer |
last post by:
Again, I'm new to VB.net and there is something I need help with:
Like (I assume) many of us, over time I want to be able to create some
VB.net...
|
by: Advait Mohan Raut |
last post by:
Hello friends,
I want to create two assemblies in single project -or-
one executable and one assembly in single project.
So that I can isolate...
|
by: Keith G Hicks |
last post by:
I'm an experienced foxpro, vba, delphi, sql programmer but this is something
new to me. I'm creating a pretty simple vb.net exe (scantextfiles.exe)...
|
by: Naresh1 |
last post by:
What is WebLogic Admin Training?
WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
|
by: jalbright99669 |
last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was...
|
by: Matthew3360 |
last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
|
by: AndyPSV |
last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
|
by: Matthew3360 |
last post by:
Hi,
I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
|
by: BLUEPANDA |
last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
|
by: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...
| |