Hello all,
I am trying to use path info in my asp.net web application. I am using iis 6 on the production machine and iis 7.5 on my home computer.
Does anyone know how this can be done?
Thank you !
I have multiple sites configured in IIS7 on my Windows7 development machine to run on the same port and usually only run one at a time depending on what I'm working on. I would like to be able to start and stop my development sites from PowerShell instead of having the IIS manager opened. Does anyone have a good resource to point me in the right direction or a script that already accomplishes this?
Thanks
I do a lot of design work with XHTML, CSS, and PHP. A friend mentioned Sass to me and it looks pretty cool. I don't know anything about Ruby or Rails and I am running a windows machine.
Does anyone know a good tutorial for a beginner to dig in to something like this?
How can I create a hard link to a directory in OSX?
This feature has been added to their file system in 10.5 (for time machine), but I could not find any information on actually using it from the command line.
I have been searching for an easy way to get the hostname of the machine where Symfony runs in Symfony (so that my app adapts when it is used on a host with a different ServerName), but I couldn't find one. I created a variable in app.yml and I fetch it, but I still wonder if there is no easier way to do this.
How are you doing this? I'm using Symfony 1.2 and 1.4 on different projects.
I'm doing this:
http://blogs.msdn.com/b/ie/archive/2009/03/10/more-ie8-extensibility-improvements.aspx
But it's not working.
I have "iexplore.exe" set to 8888 (decimal mode) under MACHINE, but it's still coming up documentMode = 5.
I thought 8888 was suppose to force IE8 Standards Mode whether you have a doctype or not.
What is going on?
Hi all,
I am trying to start windows mobile device center on windows 7 machine. But it only shows me the small green window that is shown at loading time and then it is closed automatically. I am not getting what the problem is.
I tried to uninstall the previous update then re-installed again but the problem is not gone.
Guys please help me out. I need to debug my app and submit its build today.
Thanks,
Madhup
I want to call the Windows API OpenProcess function on another process running on the machine. Will this always cause the file whose process I am opening to be write locked? Or does it depend on the access rights I request?
Hi!
When I connect my Windows CE 6 device to my development machine I get Microsoft USB Sync to register in Windows Device manager. But I cant connect with ActiveSync for some reason. Any ideas on how to fix this?
It worked with Windows CE 5, but when we upgraded ActiveSync-functionality disappeared.
I've implemented a simple ping/pong protocol to discover other computers connected to the same WiFI router.
This works fine on many routers, but it seems some public routers have UDP traffic blocked or disabled.
What other options do I have to discover the computers connected to the router?
I was thinking of brute forcing TCP attempts (trying to open connections to all possible IPs on my subnetwork) but this would be very costly and I would have to cycle several times and still not find every machine that's recently connected to the network.
I am using SF 1.3.2 with Propel ORM on Ubuntu 9.10
Recently, my debug toolbar has been working intermittently, sometimes, for no apparent reason, clicking it does not display/hide the debugging windows, forcing me to resort to looking directly at the log files.
AFAIK, nothing has changed on my machine. Is this a know bug, are there work arounds/fix for this?
Using the example code included in the man page for DateTime::Astro::Sunrise
I'm getting back ~14:00 for the sunrise and ~2:00 for the sunset.
my machine's time and timezone are set correctly (AFAIK)
Am I reading something wrong? 2am and 2pm are just so brutually wrong.
Hi everyone,
I want to add service reference to SQL reporting services on local machine. In Reporting Service Configuration Manager under Web Service URL tab I have report service URL exposed, I have tried to add web reference to project with that Web Reference URL, but it can not be found.
Please tell me am I missing something or is this right way to to?
Thanks a lot.
I'd like to install several unix utilities (incl. xmlstarlet, wget) on a solaris 10 machine which I don't have root access to (obviously, I have a user account). I'm not that experienced with solaris and am wondering if I can simply get hold of an uber binary for each utility I need and just place this in my home directory? Is this feasible?
Many thanks
Is it true if I want to make ip spoofing program
I need only a program that can change my machine ip address???
if true how can i use System.Net - IPAddress Class
to set the ip address ....
Hi Guys,
I am successful in generating Heap Dumps of my application machine but I do not know how to analyze it. Can someone tell me how to?
Thanks and Regards,
Deepti
I have a VS.net project where I need to add a reference to Microsoft.sharepoint.dll
where can I find the dll. I am running my web application on XP Professional box and I cannot install WSS 2.0 on my machine.
I need to programmatically access a sharepoint site which is on WSS 2.0 from aSP.net application.
Please help
Thanks
Is it possible to use CruiseControl.Net to set up a build farm? We currently have 4 different build machines building different things at different times and have a bit of a headache to manually balance the load somehow. I would prefer to designate one of them to be the master build machine, which would delegate work to the other ones when they are free.
Hi all !
I hava a big problem, here is the deal :
I've made an app which has an id, on an another machine i've submit the app to the app store, now i have another mac, and i have made the AppIds using my old mac (so i used an old cer to make the push certificates), next made my apns cert for my server and i have : unable to connect to ssl://gateway....
I do not know what to do because i cannot create another appId using the same id and can't remove an app Id.
Thanks to all
Hi,
I'm having trouble sending mail using PHP mail() on IIS 7 using Windows 2008 Server.
The server is dedicated, thus I have full control over my machine.
php.ini looks fine - ([mail function] is configured)
I don't get any error from mail() (with the right parameters of course)
btw - I got ASP and ASP.NET sending mails without any problems.
Would be very gratefully for help
Regards,
Roman
I'm using IIS 5.1 on my local dev machine and I have changed IIS to run using my domain account and configured ASP.NET with impersonate = true.
I am able to query my local AD to get information perfectly fine using IE (IE 7.0) but when I use FireFox (3.6.3) it fails with a really un-helpful COM error.
I was wondering if anyone else had come across this and knows how to fix this?
Hi,
I'm using Amazon cloud and I've performance issue since the HDD is not located on my machine.
My database is small (~500MB) and I can afford to keep it all in my RAM.
I do not want to keep queries in my RAM, i need all the tables there.
How can i do it?
Thanks,
Koby
P.S.
I'm using ubuntu server...
I ran ssh-keygen on OS X and when I displayed the public key generated, I saw that my login and machine name appears in the last part of the key. Is there any way to have it use a different value or not use it at all?
When I run my web application which sends mail on my dev machine, the mail is not sent. The mail.info file shows that there was a host name lookup failure. How do i fix it? (i am trying to send mail to my gmail account.)
How to read an xml file in silverlight using webclient. I have one task, in this the xml file that i stored in my machine will read and the content od the xml file will display on a data grid.
how it will be done?