SV650.org - SV650 & Gladius 650 Forum



Idle Banter For non SV and non bike related chat (and the odd bit of humour - but if any post isn't suitable it'll get deleted real quick).
There's also a "U" rating so please respect this. Newbies can also say "hello" here too.

Reply
 
Thread Tools
Old 21-01-08, 10:08 AM   #1
2mths
Guest
 
Posts: n/a
Default Any webdevs (or perhaps more correctly IIS Admins) out there? IIS7 help pls?

I know this is a bike forum but I know there are other IT bods out there and possibly some of you have skills in the web sphere.

I run a basic internal internet site (IT support into and web based tools). It used to sit on IIS6 on XP and all was nice. I've had to move it to a Vista box with IIS7 and whilst I have most of it working there's a couple of things I can't figure out.

I used to be able to link to a .bat file and when the link was followed I'd be prompted if I wanted to run it. This now doesn't work.

In a similar vein I used to be able to create links to .lnk files (Shortcuts) which when followed would cause the document to open in it's native application.

Can anyone shed any light for me?

Last edited by 2mths; 21-01-08 at 10:17 AM.
  Reply With Quote
Old 21-01-08, 10:15 AM   #2
SoulKiss
Member
Mega Poster
 
SoulKiss's Avatar
 
Join Date: Jul 2006
Location: Sunny Croydonia
Posts: 6,124
Default Re: Any webdevelopers out there? IIS7 help pls?

You are looking for an IIS Admin rather than a Webdeveloper.

Unfortunately I dont know IIS as I use Apache.

Kind of my way of saying sorry I cant help you.
__________________
Sent from my PC NOT using any Tapatalk type rubbish!!

█╬╬╬╬()i¯i▀▀▀▀▀█Ξ███████████████████████████████)
SoulKiss is offline   Reply With Quote
Old 21-01-08, 10:19 AM   #3
2mths
Guest
 
Posts: n/a
Default Re: Any webdevelopers out there? IIS7 help pls?

Quote:
Originally Posted by SoulKiss View Post
You are looking for an IIS Admin rather than a Webdeveloper.

Unfortunately I dont know IIS as I use Apache.

Kind of my way of saying sorry I cant help you.
Duely noted and post ammended (though it kinda looses something in the flow now )

I did always specify that it was an IIS(7) question.

(2mths scribbles note to self about Apache 'brain' for future reference)
  Reply With Quote
Old 21-01-08, 10:21 AM   #4
fizzwheel
Super Moderator
Mega Poster
 
fizzwheel's Avatar
 
Join Date: Dec 2003
Location: Somerset
Posts: 3,614
Default Re: Any webdevelopers out there? IIS7 help pls?

Sounds like its the security b*ll*x in vista thats causing your problem rather than IIS7
__________________
Look Dave, I can see you're really upset about this. I honestly think you ought to sit down calmly, take a stress pill, and think things over.

K5 GSXR 750 Anniversary Edition
fizzwheel is offline   Reply With Quote
Old 21-01-08, 10:51 AM   #5
2mths
Guest
 
Posts: n/a
Default Re: Any webdevelopers out there? IIS7 help pls?

Quote:
Originally Posted by rubberduckofdeath View Post
You can try checking the MIME types registered on your new server - open up IIS, right click on the website, select properties from the context menu. Click the HTTP Headers tab then go down to MIME types.

Just a long shot.

It's also possible that the iusr account (or whatever people run under on your server), does not have execute permissions on BAT files. Also check that "execute permissions" are set to "scripts and executables" under the "home directory" tab.
Ok I got part of my original post wrong. I started this post on Friday and in the course of getting my thoughts straight to write it I had some new ideas etc and actually worked some of this out. I added a MIME mapping for .lnk and got the linking to files working. What I hadn't done was the same for .bat. Now you've mentioned it again I've just added a mapping for that too and guess what... it works - Hooray.

So points if there were any to the rubberduckofdeath

Added later...
Ooh the bit about IUSR is also useful. You've reminded me I normally change the user context that my website run in (to something very naughty) - I need to work out how to do that now.

Last edited by 2mths; 21-01-08 at 10:58 AM. Reason: to add the "added later..."
  Reply With Quote
Old 21-01-08, 10:57 AM   #6
2mths
Guest
 
Posts: n/a
Default Re: Any webdevelopers out there? IIS7 help pls?

Quote:
Originally Posted by fizzwheel View Post
Sounds like its the security b*ll*x in vista thats causing your problem rather than IIS7
Whilst I think I know where you're coming from - Vista is a pile of 5h1t in sooo many ways.

Whilst not wanting to go into a rant here... I had to start hacking my machine as soon as it was built to try and get things working. Most of my applications are set to start as Administrator, even IE - because if I don't do that I can't create new favourites or use the built in search.

I've 'had' to install VMware and run an XP instance on it as it's the only way a chunk of my stuff will work.
  Reply With Quote
Old 21-01-08, 11:10 AM   #7
Pedro68
Guest
 
Posts: n/a
Default Re: Any webdevs (or perhaps more correctly IIS Admins) out there? IIS7 help pls?

Quote:
Originally Posted by 2mths View Post
... possibly some of you have skills in the web sphere.
And there was me thinking you were after someone with some "WebSphere" skills

I'll get my cagoul
  Reply With Quote
Old 21-01-08, 11:47 AM   #8
timwilky
Member
Mega Poster
 
timwilky's Avatar
 
Join Date: Mar 2004
Location: Not in Yorkshire. (Thank God)
Posts: 4,116
Default Re: Any webdevelopers out there? IIS7 help pls?

IIS. Why would anyone want pile of junk. Just install Apache, tomcat and php and you have all the tools you need. Oh by the way. Put a decent version of linux on the box as well.
__________________
Not Grumpy, opinionated.
timwilky is offline   Reply With Quote
Old 21-01-08, 12:20 PM   #9
2mths
Guest
 
Posts: n/a
Default Re: Any webdevelopers out there? IIS7 help pls?

Quote:
Originally Posted by timwilky View Post
IIS. Why would anyone want pile of junk. Just install Apache, tomcat and php and you have all the tools you need. Oh by the way. Put a decent version of linux on the box as well.
Opinionated indeed.

A linux box would be about as useful as a dead fish for administering a wintel environment.
  Reply With Quote
Old 21-01-08, 12:28 PM   #10
SoulKiss
Member
Mega Poster
 
SoulKiss's Avatar
 
Join Date: Jul 2006
Location: Sunny Croydonia
Posts: 6,124
Default Re: Any webdevelopers out there? IIS7 help pls?

Quote:
Originally Posted by 2mths View Post
Opinionated indeed.

A linux box would be about as useful as a dead fish for administering a wintel environment.
So just replace the lot with Ubuntu for the desktops and Ubuntu Server for the servers.

When the users complain, show them the eyecandy and they will go all "oohhhhh shiney!!!!" and not complain any more.
__________________
Sent from my PC NOT using any Tapatalk type rubbish!!

█╬╬╬╬()i¯i▀▀▀▀▀█Ξ███████████████████████████████)
SoulKiss is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:08 PM.


Powered by vBulletin® - Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.