7
edits
No edit summary |
mNo edit summary |
||
Line 70: | Line 70: | ||
At the prompt select '''No'''<br> | At the prompt select '''No'''<br> | ||
== Bugzilla Applicatin == | == Bugzilla Applicatin == | ||
Ensure that you are at the Bugzilla Application | Ensure that you are at the Bugzilla Application | ||
Under IIS "Double-Click" Handler Mappings | Under IIS "Double-Click" Handler Mappings | ||
Under Actions, Click Add Script Map | Under Actions, Click Add Script Map | ||
Request Path | Request Path | ||
<pre>*.cgi | <pre>*.cgi | ||
</pre> | |||
Executable | |||
<pre>C:\Perl64\bin\perl.exe -xc:\bugzilla -wT "%s" %s | |||
</pre> | |||
Name | |||
<pre>Bugzilla | |||
</pre> | </pre> | ||
At the prompt select '''No''' | |||
edits