Select to view content in your preferred language

Config Error with the new version

1585
1
Jump to solution
03-12-2012 02:09 PM
JianChen
Regular Contributor
I had the beta version working properly before but got a config error once I installed the new version (1.0.1). The error says there is a duplicate scriptResourceHandler in web.config (see attachment). Any idea? Thanks!

[ATTACH=CONFIG]12610[/ATTACH]
0 Kudos
1 Solution

Accepted Solutions
JianChen
Regular Contributor
I figured it out by using different port number other than the default one (80) to host the builder. To do that you need add a new website in IIS using different port number and associate it to the builder. In my case, the port number 80 has been used for other applications and that's why there is an existing scriptResourceHandler defined in web.config.

View solution in original post

0 Kudos
1 Reply
JianChen
Regular Contributor
I figured it out by using different port number other than the default one (80) to host the builder. To do that you need add a new website in IIS using different port number and associate it to the builder. In my case, the port number 80 has been used for other applications and that's why there is an existing scriptResourceHandler defined in web.config.
0 Kudos