Reputation:
I installed SharePoint Server 2007 trial version and SQL Server 2005 Express in my system. To create a new web application I did the following:
Then when I click the "OK" button no event fires on the click and there is no postback. No application is created but the cancel button is working fine.
Please help, I don't know why this is happening. Is it a limitation of the trial version or something else?
Upvotes: 0
Views: 2402
Reputation: 10638
Or even better, add it to the "Local Intranet" zone in Internet Explorer (tools -> internet options -> security tab, then select "Local Intranet" and click the sites button, then the Advanced button.)
Upvotes: 0
Reputation: 5384
Okay this is the usual Issue with the New Installation of the SharePoint , by default the Internet Explorer of Windows 2003 runs in the very restrictive mode (IE Enhanced Security Configuration Enabled), which also includes the JavaScript, so that the event not getting fired.To solve this Add the site as Trusted site in the IE and set the Security Level to Low. Close the Browser and open it again.
Upvotes: 3