M
|
Michael7 12/13/2007 |
. |
M
|
Michael7 12/13/2007 |
Is ASP installed on your hosting PC? |
C
|
cadeucsb author 12/13/2007 |
Is ASP installed on your hosting PC? if that is not the problem check the url if it starts like this when you open in browser change it to file:///C:/yourfilenames http://localhost/yourfilenames
|
C
|
cadeucsb author 12/13/2007 |
I have IIS installed and now the View in Browser button is enabled and it takes me to: |
M
|
Michael7 12/14/2007 |
Check in IIS where your root directory is. |
C
|
cadeucsb author 12/14/2007 |
Check in IIS where your root directory is. goto IIS right click over your default website and goto properties. goto home directory and check the Local Path if this says somthing like C:\Inetpub\wwwroot\ then wwwroot is your root directory that would represent http://localhost/ once you know the root directory just copy your ASPrunner Project folder to there. eg if wwwroot is your root directory folder just copy the Project1 folder to wwwroot and your URL will be http://localhost/Project1/output/etc Cheers Michael
|
C
|
cadeucsb author 12/14/2007 |
Ok...so having the result above, i just randomly hit the preview in browser button in ASPrunner and it worked...however the link is the following: |
C
|
cadeucsb author 12/14/2007 |
all is working...it was creating the 11 folder because a project1 existed already ...didnt realize the preview in browser button actually added it to IIS for me... |