Link to home
Start Free TrialLog in
Avatar of at999
at999

asked on

establish a .net -flex website with existing code

i have a 4 folders of code which  i need to configure as a website..it is kind of .net + flex website
The folders are -
1. One folder with Visual Studio Project (.csproj) which has files with extension .asmx, .asmx.cs .cs files
2. One folders with files with extensions .DS_STORE, .swf, xmls
3. One folders with files with extensions .html, .js & .swf files . This folder has the home page  homepage.html ....
4. One folders PDF and TIFF Files (just used to  show on the website)

What do i need to establish that website on IIS 7.5 on windows server 8 box

please help

thanks a lot
ASKER CERTIFIED SOLUTION
Avatar of Eduard Ghergu
Eduard Ghergu
Flag of Romania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of at999
at999

ASKER

okk thanks so much
so there no other server configurations?
Hi,
From the server configuration point of view, no. Of course, you'll have to configure the web application (web.config) and the links from the html files in order to have them pointing to the virtual folders where the files are located.