I m trying IronPython for asp.net, I got a simple CRUD screen to work. I ve read IntelliSense doesnt work for IronPython, but is there any way to get rid of Visual Studio underlining all the lines starting tokens with blue and a message of "expected declaration"?
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...