asp.net - Where should I put the crossdomain policy file in Visual Studio (CASSINI webserver)? -


Hello my website is defined as one of my StallLite apps in Visual Studio on the same solution in a cross domain policy file Where should be placed so that I can test inside Visual Studio Cassini Webster (and IIS):

  Public Menpage () {InitializeComponent (); WebserviceHello.HelloSoapClientHello = New WebserviceHello.HelloSoapClient (); Hello = envoyel = new event holler & lt; WebserviceHello.getHello Full EventArgs & gt; (Hello Completed); Hello.getHelloAsync (); } Public Zero Halo Compiled (Object Sender, WebserviceHello.getHelloCompletedEventArgs e) {Message Box.Show ("Success"); }   

I recommend that you want to test with IIS Express instead of Cassini. Cassini has been deprecated in favor of IIS Express. IIS Express is available if you have installed Visual Studio 2010 SP1.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -