Tuesday, March 13, 2012

setting up !

hi, quick question for anybody who can help. basically i've got a website that i partially developed along time ago (using MS Access for the database). i had it running on my laptop last year (it was a school project) but since then uninstalled the .net framework as i did not need it any longer. i'd like to look at the website i designed, so i've installed the .net sdk, and the dotnetfx (version 1.1). i've made sure the website is saved in the inetpubt/wwwroot folder and i think the iis is setup. obviously the webpages are saved as .aspx . how do i now view the webpages in a browser since it only recognises .htm.
i've also tried to do it through dreamweaver, ie open page in dreamweaver, and then press F12 but i get some sort of error message.
hope its not too silly of a question !
thanks in advance.

BTW: What is the specific error you are getting when you are trying to open the .aspx page?
Meanwhile:
Goto:

C (yourdrive):\WINDOWS\Microsoft.NET\Framework\v1.1.4322
from the command line and type
aspnet_regiis -i
Now try calling the page
Note: I am presume that you have developed your earlier application using .NET Framework 1.1


when i try to open the page from dreamweaver (using F12), i am told :
"to preview pages containing server-side code, you need a testing server. would you like to specify one now ?"
when i click yes i get the following message :
"whilst executing recieveArguments, the following Javascript error(s) occurred: at line 100 of file "C:\program files\macromedia\creamweaver MX\\Configuration\Menus\MM\pib_dynamic.js": exception throw in native function."
i then press ok and it closes the message box.

secondly, to be honest i can't exactly remember which version of .net i used, it was over a year ago, is there anyway i can find out ?
thirdly, i got to C (yourdrive):\WINDOWS\Microsoft.NET\Framework\v1.1.4322 and then typed aspnet_regiis -i , now dreamweaver wo't let me ope up any page using F12, not even a simple html page from my desktop.

hope i'm not too much trouble !
thanx for your help in advance


These are all Dreamweaver issues. Might try the Dreamweaver forum: http://forums.asp.net/34/ShowForum.aspx
Jeff
Would you like to use of Dreamweaver or VS.NET/ Web Matrix is also OK with you for opening project. If you prefer only Dreamweaver, please follow Jeff's suggestion. There will more number of peoople who might help you.

thanx jeff and narayana for your help, i actually uninstalled and installed another version of dreamweaver and it got rid of those problems, although theres a couple of questions i stil had which i will ask the dreamweaver experts. thanx for your help boyz.

0 comments:

Post a Comment