HTML projects in .NET

  • Thread starter Thread starter Marre
  • Start date Start date
M

Marre

Hi all!

This might be a stupid question, but how do I create a HTML project in .NET.

My idea is to manage a html website in .NET, but I dont know how.

Sure, I can create a blank solution, but that´s not the way I want to go :)

/Marre
 
Hi Marre,

Marre said:
Hi all!

This might be a stupid question, but how do I create a HTML project in ..NET.

My idea is to manage a html website in .NET, but I dont know how.

Sure, I can create a blank solution, but that´s not the way I want to go :)

There is no "pure" html-project in the visual studio .NET, the only thing
you can do is to create an ASP.NET-Webproject. For pure HTML, I would
suggest that you use a HTML-Editor like HomeSite, imho the better way for
HTML. Or Frontpage of course ... :-)).

Regards,
 
Ok.

Thanx for helping me out!

I think I will continue using Ultra Edit for this task :)

/Marre
 
Back
Top